home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga2 / killer21.lha / killer.list < prev    next >
Encoding:
Text File  |  1993-12-16  |  616 b   |  21 lines

  1. /**********************************************************************\
  2. * Copy killer.list to ram:env each time you reset your computer!!      *
  3. * You have to to that to gain speed!!                                  *
  4. * Launch from bbstext line 424 at the END with #0ram:env/killer.list} *
  5. \**********************************************************************/
  6.  
  7. options results
  8.  
  9. getuser 91 ; name=result
  10. getuser 92 ; suf=result
  11. getuser 1306724 ; path=result
  12.  
  13. name=path"data/"name"."suf".nuk"
  14. lastname=getclip("nukename")
  15. setclip("nukename",name)
  16.  
  17. if exists(name) & lastname~=name then do
  18.     sendfile name
  19. end
  20. exit
  21.